home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_1472 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  112 b   |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    s = new Sound(this);
  4.    s.attachSound("Battleb");
  5.    s.start(0,99);
  6. }
  7.